home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Tools.Dxr / Internal_217_critter transition return.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  196 b   |  11 lines

  1. on exitFrame
  2.   global balloonSprite
  3.   puppetSprite(balloonSprite, 0)
  4.   if the machineType <> 256 then
  5.     puppetTransition(23)
  6.   else
  7.     puppetTransition(26)
  8.   end if
  9.   go(label("critters"))
  10. end
  11.